home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-23 | 699 b | 21 lines | [TEXT/CWIE] |
- //---------------------------------------------------------------------------------------
- //
- // ComboBoxListMouseDown.h -- Header for ComboBox external area list process procedures
- //
- // Copyright ©1995-1996, Pensacola Christian College
- //
- // ======================================================================
- // Change History
- // ======================================================================
- //
- // 1.0 08/ /95 Steve Dwire
- // Initial release
- //
- //---------------------------------------------------------------------------------------
-
- #ifndef __COMBOBOX_H__
- #include "ComboBox.h"
- #endif
-
- void ListMouseDown(AreaHnd AreaDataHnd, EventRecord* event, WindowPtr ListWindow);
-